Axiell Go and OpenID Connect authentication

The option to use OpenID Connect (OIDC) to authenticate access to Axiell Go was introduced with Axiell Go version 10. The OIDC protocol allows an application to delegate authentication to an external identity provider. The identity provider handles confirmation of the user's credentials in a web browser and then authorizes the application, via a secure mechanism, to allow access to some of the user's basic profile information such as their name or email address.

When setup for Axiell Go, the Login window will appear similar to:

Full details about OIDC and its implementation in EMu can be found here.

The steps for configuring EMu for OIDC described under Register the application can be followed for Axiell Go with the following changes:

  • Set application type to Web application.
  • Authorized JavaScript origin must be the URL where Axiell Go is hosted, e.g.:

    https://swanston.melbourne.axiell.com

  • Authorized redirect URI must be the full URL (not an IP address), and include /callback at the end, e.g.:

    https://swanston.melbourne.axiell.com/callback